projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9711deb
)
* puresize.h [not HAVE_X_WINDOWS] (PURESIZE): Make this 185k,
author
Jim Blandy
<jimb@redhat.com>
Sat, 22 May 1993 23:44:10 +0000
(23:44 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Sat, 22 May 1993 23:44:10 +0000
(23:44 +0000)
not 196k. We're actually using ~180k.
src/puresize.h
patch
|
blob
|
history
diff --git
a/src/puresize.h
b/src/puresize.h
index 2521ac1582d68353d607e839f3adcfa64e9d037d..24d1c50af6e9488aa71cb700947a8e6ec132c858 100644
(file)
--- a/
src/puresize.h
+++ b/
src/puresize.h
@@
-31,7
+31,7
@@
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#ifdef HAVE_X_WINDOWS
#define PURESIZE 200000
#else
-#define PURESIZE 1
96
000
+#define PURESIZE 1
85
000
#endif
#endif